home *** CD-ROM | disk | FTP | other *** search
- object frmBHOManager: TfrmBHOManager
- Left = 575
- Top = 164
- Width = 416
- Height = 505
- Caption = 'BHO Manager'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Splitter1: TSplitter
- Left = 0
- Top = 313
- Width = 408
- Height = 3
- Cursor = crVSplit
- Align = alBottom
- end
- object Label1: TLabel
- Left = 20
- Top = 15
- Width = 48
- Height = 13
- Caption = 'First name'
- end
- object Label2: TLabel
- Left = 20
- Top = 45
- Width = 49
- Height = 13
- Caption = 'Last name'
- end
- object Label3: TLabel
- Left = 20
- Top = 75
- Width = 26
- Height = 13
- Caption = 'EMail'
- end
- object Label5: TLabel
- Left = 20
- Top = 111
- Width = 36
- Height = 13
- Caption = 'Country'
- end
- object memDebug: TMemo
- Left = 0
- Top = 316
- Width = 408
- Height = 162
- Align = alBottom
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object btnSetValues: TButton
- Left = 310
- Top = 8
- Width = 85
- Height = 25
- Caption = 'Update HTML'
- TabOrder = 1
- OnClick = btnSetValuesClick
- end
- object edtFirstName: TEdit
- Left = 100
- Top = 10
- Width = 121
- Height = 21
- TabOrder = 2
- end
- object edtLastName: TEdit
- Left = 100
- Top = 40
- Width = 121
- Height = 21
- TabOrder = 3
- end
- object edtEMail: TEdit
- Left = 100
- Top = 70
- Width = 121
- Height = 21
- TabOrder = 4
- end
- object cbCountry: TComboBox
- Left = 100
- Top = 106
- Width = 125
- Height = 21
- ItemHeight = 13
- TabOrder = 5
- Text = 'USA'
- Items.Strings = (
- 'USA'
- 'England'
- 'Israel'
- 'Italy'
- 'Canada'
- 'Ireland')
- end
- object GroupBox1: TGroupBox
- Left = 0
- Top = 208
- Width = 408
- Height = 105
- Align = alBottom
- Caption = 'Control'
- TabOrder = 6
- object btnClearMemo: TButton
- Left = 318
- Top = 65
- Width = 85
- Height = 25
- Caption = 'Clear memo'
- TabOrder = 0
- OnClick = btnClearMemoClick
- end
- object btnNavigate: TButton
- Left = 20
- Top = 20
- Width = 75
- Height = 25
- Caption = 'Navigate To'
- TabOrder = 1
- OnClick = btnNavigateClick
- end
- object btnBack: TButton
- Left = 20
- Top = 65
- Width = 75
- Height = 25
- Caption = 'Back'
- TabOrder = 2
- OnClick = btnBackClick
- end
- object btnForward: TButton
- Left = 110
- Top = 65
- Width = 75
- Height = 25
- Caption = 'Forward'
- TabOrder = 3
- OnClick = btnForwardClick
- end
- object edtNavigateTo: TEdit
- Left = 110
- Top = 21
- Width = 249
- Height = 21
- TabOrder = 4
- end
- object btnRefresh: TButton
- Left = 200
- Top = 65
- Width = 75
- Height = 25
- Caption = 'Refresh'
- TabOrder = 5
- OnClick = btnRefreshClick
- end
- end
- object btnClick: TButton
- Left = 310
- Top = 48
- Width = 85
- Height = 25
- Caption = 'Click Submit'
- TabOrder = 7
- OnClick = btnClickClick
- end
- end
-